Drop an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Oct 2014 04:53:59 +0000 (00:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Oct 2014 04:53:59 +0000 (00:53 -0400)
gtk/gtkmenusectionbox.c

index 03523a51d74688dee3e7673faca31afdca579e50..f84fa14a59716f827fb9e943871f6760c90eb272 100644 (file)
@@ -90,7 +90,6 @@ void
 gtk_menu_section_box_sync_separators (GtkMenuSectionBox *box,
                                       MenuData          *data)
 {
-  GtkWidget *parent_widget;
   gboolean previous_section_is_iconic;
   gboolean should_have_separator;
   gboolean should_have_top_margin = FALSE;